home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch05 / W05a005.cc2 < prev    next >
Text File  |  1997-04-24  |  1KB  |  24 lines

  1. 0, In this chapter you will learn how to add 
  2. 3, client-side script to a Web page. You will also learn how 
  3. 7, to use the Visual Basic Scripting edition to 
  4. 9, create event procedures for objects on a Web page. The 
  5. 13, chapter begins with an overview of scripting 
  6. 16, languages. You will learn which scripting languages are 
  7. 19, available, the syntax for each language, and how 
  8. 23, to identify objects to create event procedures, 
  9. 26, access properties, and invoke methods. The Writing 
  10. 30, Script section describes how to write script that 
  11. 33, runs in an event procedure when a page is 
  12. 36, downloaded, or before a form is submitted to validate data 
  13. 40, on the form. You will also learn how to use the 
  14. 43, Script  Wizard to view properties and methods for 
  15. 46, controls and to generate script. In the HTML Object 
  16. 51, Model section you will learn how to use an object 
  17. 54, model provided by a browser. Using the object model 
  18. 59, you can determine which browser is being used, 
  19. 61, change properties of the browser window, 
  20. 64, programmatically navigate to a new Web page, and write text 
  21. 67, to the document when the Web page is downloaded. 
  22. 71, Finally, you'll learn how to add error handling code 
  23. 74, and use the script debugger.
  24. 77, END